home *** CD-ROM | disk | FTP | other *** search
/ Nikon Picture Project 1.7 / Nikon PictureProject - Disc 1.iso / mac / Welcome.app / Contents / Resources / SettingWIndow.nib / classes.nib next >
Encoding:
Text File  |  2006-05-29  |  675 b   |  21 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {OK = id; close = id; run = id; selectableDidChange = id; }; 
  6.             CLASS = SettingController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 vCancelButton = NSButton; 
  10.                 vDescriptionText = NSTextField; 
  11.                 vInputText = NSTextField; 
  12.                 vLabelText = NSTextField; 
  13.                 vOKButton = NSButton; 
  14.                 vPanel = NSPanel; 
  15.                 vSelectPopup = NSPopUpButton; 
  16.             }; 
  17.             SUPERCLASS = NSObject; 
  18.         }
  19.     ); 
  20.     IBVersion = 1; 
  21. }